home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / unixflop.lzh / MAKEFILE < prev    next >
Text File  |  1987-04-22  |  217b  |  12 lines

  1. all: tar2raw.tos raw2tar.tos unixflop.prg    
  2.  
  3. tar2raw.tos: tar2raw.c
  4.     $(CC) -o tar2raw.tos tar2raw.c
  5.  
  6. raw2tar.tos: raw2tar.c
  7.     $(CC)  -o raw2tar.tos raw2tar.c
  8.  
  9. unixflop.prg: unixflop.c
  10.     $(CC) -o unixflop.prg unixflop.c
  11.  
  12.